
.magnifier{
	width: 100%!important;
	height: 100%!important;
	position: relative;
	background: #FFFFFF;
}
.magnifier-container{
	width: 100%!important;
	height: 100%!important;
	overflow: hidden;
	position: relative;
	/* border: 1px solid #ddd; */
    cursor: pointer;
}
.move-view{
	width: 100px!important;
	height: 100px!important;
	position: absolute;
	background-image: url("../images/move.png");
}
.images-cover{
	height: 100%;
	width: 100%;
	position: relative;
	
}
.images-cover img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	margin: auto;
	margin-left: 0px !important;
}
.magnifier-assembly{
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	height: 100%;
	width: 31%;
	transform: translateX(100%);
}
.magnifier-btn{
	position: absolute;
	font-family: "宋体";
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -40px;
	display: none;
}
.magnifier-btn span{
	line-height: 80px;
	height: 80px;
	width: 20px;
	background-color: #6e6e6e;
	color: #fff;
	display: block;
	z-index: 9998;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	border-radius: 3px;
}
.magnifier-btn .magnifier-btn-left{
	float: left;
}
.magnifier-btn .magnifier-btn-right{
	float: right;
}
.magnifier-line{
	position: absolute;
	width: 100%;
	height: 100%;
}
.magnifier-line ul{
	position: absolute;
	display: block;
	font-size: 0;
	width: 100%;
	height: 100%;
	/* padding: 0 11.8%; */
	margin-left: 14%;
	left: 0;
}
.magnifier-line li{
	width: 100%;
	height: 31.5%;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 9.5%;
	/* box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1); */
}
.magnifier-line li:last-child{
	margin-bottom: 0px;
}
.magnifier-line ul > .active .small-img{
	border-color: #e60013;
}
.small-img{
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
	text-align: center;
	/* box-shadow: 0px 0px 11px 0px 
  rgba(0, 0, 0, 0.1); */
    border: solid 1px #e2e2e2;
}
.small-img img{
	width: 100%;
	height: 100%;
}
.magnifier-view{
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	right: -100%;
	top: 0;
	z-index: 9999;
	background-color: #fff;
	display: none;
	overflow: hidden;
	box-shadow: 0px 0px 11px 0px 
			rgba(0, 0, 0, 0.1);
}
.magnifier-view img{
	display: block;
	max-width: 1000%!important;
	width: 500%;
}
.animation03{
	transition: all 0.3s ease-in 0.1s;
	-ms-transition: all 0.3s ease-in 0.1s;
	-moz-transition: all 0.3s ease-in 0.1s;
	-webkit-transition: all 0.3s ease-in 0.1s;
	-o-transition: all 0.3s ease-in 0.1s;
}
@media (max-width:767px) {
	/* .magnifier{height: 320px!important;} */
	.magnifier:hover img{transform: scale(1.2) translateY(-50%);}
	.images-cover img{position: relative;}
	.magnifier-view{left: 0;top: 100%;display: none!important;}
	.move-view,.magnifier-assembly{display: none!important;}
	}